home *** CD-ROM | disk | FTP | other *** search
- cls
- echo off
- echo Creating Directories on drive d:...
- md d:\packet
- md d:\packet\connects
- md d:\packet\log
- md d:\packet\monitor
- echo Copying Files to hard drive...
- copy packet.exe d:\packet
- copy packet.hlp d:\packet
- copy bwcc.dll d:\packet
- copy *.txt d:\packet
- copy set_d.pet d:\packet\settings.pet
- echo PeT's Files are installed!
- echo From Windows, Add the PeT icon to your program group
- echo by using the File New command.
- echo See READ.ME file for more information.
- echo Extensive online help is available once PeT is running by
- echo Hitting the F1 Key!
- echo on
-
-